Allow plugins to have native dylib dependencies
authorAlex Crichton <alex@alexcrichton.com>
Sun, 21 Sep 2014 22:15:00 +0000 (15:15 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 21 Sep 2014 22:15:36 +0000 (15:15 -0700)
commit0c8f6dba56dbf9464fea7e5d3e0988e61275b330
tree60becef82e790642094ad319dd94795356d6bd25
parentefc4c03c9eb41b5a3537888fb817e7e18bf9a8ba
Allow plugins to have native dylib dependencies

Ensure that the dynamic linker search path contains the location of the output
directories for these dependencies when compiling with plugins.

Closes #597
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_compile_plugins.rs